

*html #menusm li a:hover /* IE6 */
{
        color: #fafafa;
			text-decoration:underline;

}

#menusm li:hover > ul
{
        display: block;
		
}

/* Sub-menu */

#menusm ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: relative;
    top: -1px;
    left: 0;
    z-index: 99999;
    background: #073564;
	font-size:12px !important;
	color: #fff !important;

}


#menusm ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;
	
}
#menusm ul li:last-child
{
    /*-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;*/
}
#menusm ul a
{
    padding: 5px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}
*html #menusm ul a /* IE6 */
{
        height: 10px;
        width: 138px;
}
*:first-child+html #menusm ul a /* IE7 */
{
        height: 10px;
        width: 138px;
}
#menusm ul a:hover
{
    background: #a8b3be;
	color:#073564;
	text-decoration:underline;
	line-height: 1;

  
}
#menusm ul li:first-child a
{
   /* -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;*/
	color:#fff;
}
#menusm ul li:first-child a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;    
    height: 0;    
	color:#006600;
}
#menusm ul li:first-child a:hover:after
{
	color:#fff;
	text-decoration:underline;
}
#menusm ul li:last-child a
{
/*    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;*/
}
/* Clear floated elements */
#menusm:after
{
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
}
#menusm ul ul
{
  top: 0;
  left: 138px;
}
#menusm ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block; 
		border-bottom:1px solid #cccccc;
		width:177px;
}
#menusm ul li:last-child
{   
/*    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    */
}
#menusm ul a
{    
    padding: 10px;
	height: 10px;
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
}
*html #menusm ul a /* IE6 */
{    
	height: 10px;
}
*:first-child+html #menusm ul a /* IE7 */
{    
	height: 10px;
}
#menusm ul li:first-child > a
{
/*    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;*/
}
#menusm ul li:first-child > a:after
{
    content: '';
    position: absolute;    
    top: -8px;    
    height: 0;
}

#menusm ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    height: 0;
    border-left: 0;	
}
#menusm ul ul li:first-child a:hover:after
{
    border-bottom-color: transparent;
	color:red;
}
#menusm ul li:last-child > a
{
/*    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;*/
}

/* Clear floated elements */
#menusm:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}