/* Start of CMSMS style sheet 'second menu' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#secondmenu {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}




#secondmenu ul{
font-size: 13px;
margin:0;
padding:0;
list-style-type:none;
display:block;

line-height:200%;
width:200px;


}


#secondmenu ul li{
list-style-type:none;
margin:0;
padding:0;
border-top:1px solid #ffffff;
border-bottom:1px solid #fffffff;
}


#secondmenu ul li a{

list-style-type:none;
display:block;
text-decoration:none;
color: #0099CC;

padding:0 0 0 30px;
width:170px;

}
#secondmenu ul  li a:hover{
background:#d0f1f6 url("uploads/images/vert-one_arrow2.gif") no-repeat  196px 9px;

}

#secondmenu ul  h3{
display: block;   
color: #0099CC; 
margin: 0;  /* as <h3> normally has some margin by default */
background: white;
padding:0 0 0 30px;
font-size: 13px;
font-style: normal;

}
/* End of 'second menu' */

