/* Start of CMSMS style sheet 'Main_Nav_CSS' */
.green{
color: #809508;
}

dfn{
    display:none;
}
#menu_vert {
   margin-left: 1px;
   margin-right: 1px;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }

#menuwrapper {
	width: 100%;
}

/*#nav a, #nav li {
/*background-image:url(images/nav_bg.png);*/
        background-repeat:repeat-x;
}
#nav li.menuparent, #nav a.menuparent {
background-image:none;
}*/

/* Set the width of the menu elements at second level. Leaving first level flexible. */
/*#nav li li,*/ #nav li li a{
	width: 115px;
/*        background-image:url(images/nav_bg.png);*/
        background-repeat:repeat-x;
        cursor:pointer;
}

/* Unless you know what you do, do not touch this */ 
#nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 570px;
	text-align: right;
        font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
}
#nav ul {
	text-align: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	position: absolute;
	top: auto;
	display: none;
}
#nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
}
	
#nav li {
	margin-left: -1px;
	float: left;
}
#nav li li { 
   margin-left: 0px;
   margin-top: 0px;
   float: none; 
   position: relative; 
}

/* Styling the basic apperance of the menu elements */
#nav a {
	display: block;
	margin: 0px;
	padding: 8px 10px 12px 10px;
	text-decoration: none;
	color: #FFFFFF;
        font-size:11.5px;

}
#nav li a {
}
#nav li a:hover {
	color: #333333;

}
#nav li li a {
	color:#333333;
	margin:0px;
	padding: 5px 5px 5px 10px;
	font-size:11px;
}
#nav li li a:hover{
	color: #788807;	
}	
#nav li, #nav li.menuparent {
	color: #333333;
}
#nav li ul{
background-image: url("images/nav_bg.png");
       border:thin solid #FFFFFF;
	}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#nav li.menuactive {
}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#nav ul li.menuparent, 
#nav ul li.menuparent:hover, 
#nav ul li.menuparenth { 
/* arrow for menuparents */
	/*background-color:#ffffff;*/
}


/* Styling the apperance of menu items on hover */

#nav li:hover, 
#nav li.menuh, 
#nav li.menuparenth, 
#nav li.menuactiveh {
	color: #333333;
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#nav li:hover ul ul, 
#nav li.menuparenth ul ul ul,
for fourth level 
*/
#nav ul, 
#nav li:hover ul, 
#nav li:hover ul ul, 
#nav li.menuparenth ul, 
#nav li.menuparenth ul ul {
	display: none;
	color: #333333;
}

/* add 
#nav ul ul ul li:hover ul, 
#nav ul ul ul li.menuparenth ul,
for fourth level
*/
#nav li:hover ul, 
#nav ul li:hover ul, 
#nav ul ul li:hover ul, 
#nav li.menuparenth ul, 
#nav ul li.menuparenth ul, 
#nav ul ul li.menuparenth ul {
	display: block;
	color: #333333;
}


/* IE Hacks */
#nav li li {
	float: left;
	clear: both;
}
#nav li li a { 
   height: 2%;
}

/* End of 'Main_Nav_CSS' */

