/* Start of CMSMS style sheet 'Nav' */
/* Navigation */
#nav 
{
    padding-top:0px;
		z-index:2;
}
/* Navigation */
ul#dropdown1
{
 		margin: 0 0 0 0px;
    padding:0px;
    list-style-type:none;
    float:left;
    height:0px;
		
}

ul#dropdown1 li
{
    float:left;
    margin:0px;
    padding:0px;
    
}

ul#dropdown1 a
{ 
	display: block;
    padding: 0px;

}

ul#dropdown1 li a img
{
    margin:0px; 
    padding-bottom:0px;
    border:0px;
}


ul#dropdown1 a
{ 
	display: block;
}


ul#dropdown1 li ul
{ /* second-level lists */
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style-type:none;
	display:none;
	position:absolute;
	text-align:left;
	font-size:12px;
	border-bottom:0px;
z-index:2;
}



ul li.currentpage h3, ul#dropdown1 li ul li
{
   text-decoration:none;
   display: block;
   padding: 6px 10px 6px 12px;
   color: #FFF;
	 font-size:14px;
	 font-family:Arial;
   min-height:1em;
	 border-bottom: 1px dotted #FFF;
	 background:url(images/square_bullet.jpg) left no-repeat;
   text-decoration:underline;   display: block;
	 background:url(images/square_bullet_hover.jpg) left no-repeat;
	 color:#c81004; 

}

ul#dropdown1 li:hover ul,
ul#dropdown1 li.sfhover ul
{
	display:block;
}

ul li.currentpage h3, ul#dropdown1 li ul li a
{
   text-decoration:none;
   display: block;
   padding: 6px 10px 6px 12px;
   color: #FFF;
	 font-size:14px;
	 font-family:Arial;
   min-height:1em;
	 border-bottom: 1px dotted #FFF;
	 background:url(images/square_bullet.jpg) left no-repeat;
   text-decoration:underline;
   display: block;
	 background:url(images/square_bullet_hover.jpg) left no-repeat;
	 color:#c81004; 
	
}

ul li.currentpage h3, ul#dropdown1 li ul li a:hover
{
	color:#ffffff;
	text-decoration:underline;
}

ul li.currentpage h3
{
        margin:0px;
}


ul#dropdown1 li ul li a, ul#dropdown1 li ul li h3 {
display:none;
line-height:0px;
background:none;
}

ul#dropdown1 li ul li ul li a, ul#dropdown1 li ul li ul li h3 {
display:block;
line-height:15px;
}


ul li dfn {
  display:none;
}


/*vert menu*/
#menu_vert ul{
   padding-left: 0;
   margin-left: 0;
	 z-index:9999;
	 list-style-type: square;
	 text-align:left;
	 padding-top:15px;
}

#menu_vert li {
   list-style-type: square;
   margin: 0;
   padding: 0px 20px 0px 20px;
   display: block;
	 width:158px;
}

#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert ul li a {
   text-decoration:none;
   display: block;
   padding: 6px 10px 6px 12px;
   color: #FFF;
	 font-size:14px;
	 font-family:Arial;
   min-height:1em;
	 border-bottom: 1px dotted #FFF;
	 background:url(images/square_bullet.jpg) left no-repeat;
	 background:url(images/square_bullet_hover.jpg) left no-repeat;
}

div#menu_vert ul li a:hover {
   text-decoration:underline;
   display: block;
	 background:url(images/square_bullet_hover.jpg) left no-repeat;
	 color:#c81004; 
   color: #FFF;
}

/* second level */
div#menu_vert ul ul a {
   padding: 0.5em 0.5em 0.5em 1.5em;
   background: url(images/arrow.gif) no-repeat 5% 51%;
   border-top: 1px dotted #c0c0c0;
   border-right: 1px dotted #c0c0c0;
   border-left: 1px dotted #c0c0c0;

}

div#menu_vert ul ul
{
   border-bottom: 1px dotted #c0c0c0;
}
/* third level */
div#menu_vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 2.5em;
   background: url(uploads/Clean_Orange/menu_sub2.gif) no-repeat 12% 51%;
   border-top: 1px dotted #c0c0c0;
   border-right: 1px dotted #c0c0c0;
   border-left: 1px dotted #c0c0c0;
}

/* hover first level */
div#menu_vert ul a:hover {
	 color:#000000;
}

/* hover second level */
div#menu_vert ul ul a:hover {
  background: #f3f3f3 url(images/arrow.gif) no-repeat 5% 51%;
}

/* hover third level */
div#menu_vert ul ul ul a:hover {
  background: #f3f3f3 url(uploads/Clean_Orange/menu_sub2.gif) no-repeat 12% 51%;
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}

/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none;
}
/* End of 'Nav' */

