@charset "utf-8";
/* CSS Document */

.menu
{  
    margin-left: 0px;
	margin-top: 18px;
	padding-top:10px;
	width:auto;  
    height:24px;  
    float:left;  
    color:#191919;  
    text-align:center;  
    overflow:hidden; 
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;



}  

.menu:hover
{
	background-image: url(../images/exclusive/header/menu_item_bg.png);

	min-height: 10px;
}

.subtext a
{

display: block;
width: auto;
height: 20px;
color:#666666;
font-size:14px;
padding-top: 5px;


font-family:"MyriadReg", Helvatica, Verdana, Arial, sans-serif;

}

.subtext a:hover
{
background-color:#d13675;
color: #FFFFFF;
}
