/* CSS Document */

/* style the outer div to give it width */
.menu {
	width:490px;
	font-size:0.85em;
	padding-bottom:0px;
	z-index: 100;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;

}
.menu ul ul {
width:100px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:80px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
font-family:arial;
font-weight:bold;
text-align:center;
text-decoration:none; 
color:#FFFFFF; 
width:80px; 
height:20px; 
padding-left:0px; 
line-height:19px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:80px;
w\idth:80px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background: #D2D2D2;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#555555;
}
.menu ul ul :hover > a.drop {
background:#555555;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#D2D2D2;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#555555;
}
.menu ul ul ul :hover > a {
background:#555555;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:20px;
left:0; 
width:80px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:20px;
t\op:20px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:80px; 
top:0;
width:80px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-100px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links (drop down box)*/
.menu ul ul a, .menu ul ul a:visited {
background:#000000; 
color:#FFFFFF; 
font-size:11px;
font-family:arial;
font-weight:normal;
text-align:left;
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:100px;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:100px;
w\idth:100px;
}


/* style the top level hover (Roll over color)*/ 
.menu a:hover, .menu ul ul a:hover{
color:#ffffff; 
background:#A9BB29;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#ffffff;
background:#A9BB29;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
.z{
	display:block;
	font-size:11px;
	font-family:arial;
	font-weight: bold;
	vertical-align: text-top;
	color: #FFFFFF;
}
/* default text */
.zm{
	display:block;
	font-size:11px;
	font-family:arial;
	padding:5px 30px 30px 30px;
	text-align:justify;
	font-weight: normal;
	background-position: right;
	background-image: url(img_whitespace.jpg);
	background-repeat: repeat-y;
}
.zm li {
	list-style-type:none;
}

.zm1{
	display:block;
	padding:5px 30px 30px 30px;
	background-position: right;
	background-image: url(img_whitespace.jpg);
	background-repeat: repeat-y;
}

.cvtxt{
	display:block;
	font-size:11px;
	font-family:arial;
	padding:5px 20px 30px 30px;
	text-align:justify;
	font-weight: normal;
}

.zm2{
	display:block;
	font-size:11px;
	font-family:arial;
	font-weight:bold;
	text-align:center;
	padding-bottom:10px;
	padding-top:15px;
	color: #FFFFFF;
}

.zm3{
	display:block;
	font-size:11px;
	font-family:arial;
	font-weight:bold;
	text-align:center;
	padding-bottom:10px;
	padding-top:3px;
	color: #FFFFFF;
}


.cv{
display:block;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
text-align:left;
padding-bottom:5px;
padding-top:10px;
}

.h2{
	display:block;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	padding-bottom:30px;
	padding-top:50px;
	background-image: url(img_whitespace.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

.hcv{
	display:block;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	padding-bottom:30px;
	padding-top:50px;
}

/********** bottom menu links ********/
.h3{
text-decoration:none;
display:block;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
text-align:center;
padding-bottom:5px;
padding-top:5px;
color:#FFFFFF;
}

.h3 a:hover {background-color: #CCCC00; color:#FFFFFF}
.h3 a:link { color: #FFFFFF; text-decoration: none}
.h3 a:visited { color: #FFFFFF; text-decoration: none}

/********* end bottom menu links ********/


/**************** iDs ************/

#photo1 {
	position:relative;
	width: 150px;
	height: 150px;
	left: 25px;
	top: 40px;
}

#photo2 {
	position:relative;
	width: 150px;
	height: 150px;
	left: 25px;
	top: 50px;
}

.z a:link { color: #000000; text-decoration: none}
.z a:visited { color: #000000; text-decoration: none}
.z a:hover {color:#FFFFFF}
