/*
=====================================
	>> 2nd Level Menu Styles
=====================================
*/


			
			


ul#right-sub-nav
{
margin-top: 18px;
width: 250px;
float: right;

}

ul#right-sub-nav li
{
text-align: right;
list-style: none;
font-size: 12px;
line-height: 18px;
text-transform: uppercase;
color: #9f9f9f;
}

ul#right-sub-nav li a {
color: #9f9f9f;
text-decoration: none;
}

ul#right-sub-nav li a:hover {
color: #2b5ed1;
text-decoration: none;
}

ul#right-sub-nav li a.current-page 
{
color: #2b5ed1;
text-decoration: none;					    
}

ul#right-sub-nav 
{
background: lime;

}


div#sub-menu-wrapper
{
margin-top: 10px;
width: 260px;
}                                            

div.right-sub-nav 
{
text-align: right;				    
font-size: 13px;
line-height: 16px;
}


div.right-sub-nav a
{
color: #9f9f9f;
text-decoration: none;
}

div.right-sub-nav a.current-page 
{
color: #2b5ed1;
text-decoration: none;					    
}

div.right-sub-nav a:hover 
{
color: #2b5ed1;    
}
