/* CSS Document */

#navigation {
width:760px;
background-color:#191667;
float:left;
position: relative;
}

#navigation ul {
list-style-type: none;
margin: 0px;
padding: 0px 0px 0px 20px;
}
.first {
background-image:none;
}
.sub_first {
border-top: 1px solid #ffffff;
}
#navigation ul li {
display: inline;
}

#navigation a, #navigation a:visited {
/* positional and look */
display: block;
float: left;
background-repeat:no-repeat;
padding: 5px 15px 5px 15px;
background-image:url(../images/nav_dot.gif);
background-position: 0 10px;
/* Font */
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #ffffff;
font-weight: bold;
text-decoration: none;
}

#navigation a:hover {
color: #f6d99d;
}
/* END MAIN NAVIGATION */ 

/* MAIN NAVIGATION DROPDOWNS */
.submenu_colors, .submenu_colors:visited {
background-color: #061B62;
border: 1px solid #ffffff;
border-top: 0px;
}

.submenu_colors:hover {
background-color:#EC0606;
color: #FFFFFF;
}

.subsubmenu_colors, .subsubmenu_colors:visited {
background-color: #487275;
border: 1px solid #ffffff;
border-top: 0px;
}

.subsubmenu_colors:hover {
background-color:#7D9597;
color: #FFFFFF;
}
#about {
	position: absolute;
	left: 62px;
	top: 22px;
	z-index: 1000;
	width: 200px;
}

#about a, #about a:visited {
padding: 3px 0px 2px 8px;
width: 150px;
height: 15px;
background-image: none;
}
#about a:hover {
color: #ffffff;
}

#symptoms {
	position: absolute;
	left: 143px;
	top: 22px;
	z-index: 1000;
	width: 240px;
}

#symptoms a, #symptoms a:visited {
padding: 3px 0px 2px 8px;
width: 220px;
height: 15px;
background-image: none;
}
#symptoms a:hover {
color: #ffffff;
}

#diagnosis {
	position: absolute;
	left: 233px;
	top: 22px;
	z-index: 1000;
	width: 200px;
}

#diagnosis a, #diagnosis a:visited {
padding: 3px 0px 2px 8px;
width: 150px;
height: 15px;
background-image: none;
}
#diagnosis a:hover {
color: #ffffff;
}

#diagnosis_subva {
	position: absolute;
	left: 159px;
	top: 42px;
	z-index: 1000;
	width: 200px;
}
#diagnosis_subva a, #diagnosis_subva a:visited {
padding: 3px 0px 2px 8px;
width: 180px;
height: 15px;
background-image: none;
}
#diagnosis_subva a:hover {
color: #ffffff;
}

#diagnosis_subsvt {
	position: absolute;
	left: 159px;
	top: 84px;
	z-index: 1000;
	width: 200px;
}

#diagnosis_subsvt a, #diagnosis_subsvt a:visited {
padding: 3px 0px 2px 8px;
width: 180px;
height: 15px;
background-image: none;
}
#diagnosis_subsvt a:hover {
color: #ffffff;
}

#diagnosis_subcm {
	position: absolute;
	left: 159px;
	top: 105px;
	z-index: 1000;
	width: 200px;
}

#diagnosis_subcm a, #diagnosis_subcm a:visited {
padding: 3px 0px 2px 8px;
width: 180px;
height: 15px;
background-image: none;
}
#diagnosis_subcm a:hover {
color: #ffffff;
}

#investigations {
	position: absolute;
	left: 317px;
	top: 22px;
	z-index: 1000;
	width: 200px;
}

#investigations a, #investigations a:visited {
padding: 3px 0px 2px 8px;
width: 150px;
height: 15px;
background-image: none;
}
#investigations a:hover {
color: #ffffff;
}

#investigations_subinvasive {
	position: absolute;
	left: 159px;
	top: 0px;
	z-index: 1000;
	width: 200px;
}

#investigations_subinvasive a, #investigations_subinvasive a:visited {
padding: 3px 0px 2px 8px;
width: 180px;
height: 15px;
background-image: none;
}
#investigations_subinvasive a:hover {
color: #ffffff;
}

#investigations_subnoninvasive {
	position: absolute;
	left: 159px;
	top: 20px;
	z-index: 1000;
	width: 200px;
}

#investigations_subnoninvasive a, #investigations_subnoninvasive a:visited {
padding: 3px 0px 2px 8px;
width: 180px;
height: 15px;
background-image: none;
}
#investigations_subnoninvasive a:hover {
color: #ffffff;
}

#treatments {
	position: absolute;
	left: 430px;
	top: 22px;
	z-index: 1000;
	width: 300px;
}

#treatments a, #treatments a:visited {
padding: 3px 0px 2px 8px;
width: 260px;
height: 15px;
background-image: none;
}
#treatments a:hover {
color: #ffffff;
}

#treatments_subcv {
	position: absolute;
	left: -159px;
	top: 83px;
	z-index: 1000;
	width: 200px;
}

#treatments_subcv a, #treatments_subcv a:visited {
padding: 3px 0px 2px 8px;
width: 150px;
height: 15px;
background-image: none;
}
#treatments_subcv a:hover {
color: #ffffff;
}

