.header-wrap1 {
    margin: 0 auto; 
    width: 960px;
    height:96px;
    
}

.header-middle {
    float: left;
    width: 35%;
    text-align: left;
    height: 100%; 
}

#header-center {
    float: right;
    height: 14%;
    margin: 45px 75px 0 0;
    vertical-align: middle;
    width: 22%;
    
}

.header-right {
    float: right;
    margin-top: 22px;
}

a {
    color: #666666;
    text-decoration: none;
}

a:hover {  
    text-decoration: none;
    cursor: pointer;
    color: #666666;
}
a:active {  
    color: #666666;
}

.digium-logo {
    float: left; 
    width: 17%; 
    text-align: left; 
    padding-top: 10px;
}

a.faded {
	font-size: 11px;
    color: #666666;
    font: 10px/2.4em ;
    font-family: Verdana,Arial,Helvetica,Lucida,sans-serif;
}

a.faded:hover {
    color: #666666;
    text-decoration: none;
    font: 10px/2.4em ;
    font-family: Verdana,Arial,Helvetica,Lucida,sans-serif;
}
  
.SelectedCategory{
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    position: relative;
    top: 1px;
}

.arrowImage{    
    display: block;    
    height: 6px;
    position: absolute;
    right: 5px;
    top: 14px;
    width: 8px; 
}

.input-text {
    float:right;
    background: none repeat scroll 0 0 #FFFFFF;
    border : 1px solid  #ccc;
    border-color: #CCCCCC -moz-use-text-color;
    border-style: solid none;
    border-width: 1px 0;
    outline: 0 none;    
    height: 26px;      
    width:190px;
    border-bottom: 1px solid #CCCCCC;
    }
    
.SearchButton{
    float:right;
    width: 8px; 
    background: linear-gradient(to bottom, #F8F8F8 0px, #DDDDDD 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0 2px 2px 0;
    border-left: 1px solid #CCCCCC;
    cursor: pointer;
    display: block;
    height: 15px;    
    overflow: hidden;
    padding: 7px 18px 7px 7px;
    position: relative;
    text-overflow: ellipsis;
    top: 0px;
    vertical-align: middle;
    white-space: nowrap;
}

.SelectButton{
    width: 10px;    
    background: linear-gradient(to bottom, #F8F8F8 0px, #DDDDDD 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 2px 0 0 2px;
    border-right: 1px solid #CCCCCC;
    cursor: pointer;
    display: block;
    height: 15px;
    overflow: hidden;
    padding: 7px 18px 7px 7px;
    position: relative;
    text-overflow: ellipsis;
    top: 0px;
    vertical-align: middle;
    white-space: nowrap;   
    float:right; 
}

.searchIcon11{
    float:left;
    display: block;        
    height: 15px;
    position: absolute;
    right: 10px;
    top: 9px;
}

#header-center #linkMenu{
    float: right;
    list-style: none outside none;
    margin: 0px 0 0 0;
    padding: 0;
    position: absolute;
    top: 30px;
    z-index: 500;
}

#header-center #linkMenu #linkValue{
	list-style: none;
	margin: 0;
	padding: 2px 0 0;
	float: left;
	font-weight:normal;
}

#header-center #linkMenu #linkValue a{
	border-right:#666666 solid 1px;
	padding:0 10px
}
#header-menu {
    float: right;
    margin: -20px -2px 0 100px;

}

#header-menu ul{
     margin: 0px; 
     padding:0;
   
}

#header-menu ul li{
	list-style: none;
	margin: 0;
	padding: 10px 0 0;
	float: left;
}

#header-menu ul.digium-main-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	right: 0;
	bottom: 0;
	float: center;
}

/*#header-menu .digium-main-menu #tabValues a.main-menu-tab {
	display: block;
	background: url({!URLFor($Resource.tabImage)}) center bottom repeat-x ! important;
	height:30px;
	margin: 0 2px;
	padding: 0 10px;
	text-decoration: none;
	text-color: black;
	color: #414141;
	font: 14px/2.4em "MuseoSans500",Arial,sans-serif;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px;
	-webkit-border-top-left-radius: 9px;
	-webkit-border-top-right-radius: 9px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	-moz-text-shadow: 1px 1px 0 #dcdcdc;
	-webkit-text-shadow: 1px 1px 0 #dcdcdc;
	text-shadow: 1px 1px 0 #dcdcdc;
}

#header-menu .digium-main-menu #tabValues:hover a.main-menu-tab {
	display: block;
	background: url({!URLFor($Resource.tabImageHover)}) center bottom repeat-x ! important;
	text-decoration: none;
	color: #FFFFFF;
    text-shadow: none;	
}

#header-menu .digium-main-menu #tabValues:active a.main-menu-tab {
	display: block;
	background: url({!URLFor($Resource.tabImageHover)}) center bottom repeat-x ! important;
	text-decoration: none;
	color: #FFFFFF;
    text-shadow: none;	
}*/

#header-menu .digium-main-menu #tabValues a.main-menu-tab {
    
    background: rgb(231,232,233); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(231,232,233,1) 0%, rgba(244,244,244,1) 65%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(231,232,233,1)), color-stop(65%,rgba(244,244,244,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(231,232,233,1) 0%,rgba(244,244,244,1) 65%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(231,232,233,1) 0%,rgba(244,244,244,1) 65%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(231,232,233,1) 0%,rgba(244,244,244,1) 65%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(231,232,233,1) 0%,rgba(244,244,244,1) 65%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e8e9', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
    
    display: block;
/*     background: url({!URLFor($Resource.tabImage)}) center bottom repeat-x ! important; */
    height:30px;
    margin: 0 2px;
    padding: 0 10px;
    text-decoration: none;
    text-color: black;
    color: #414141;
    font: 14px/2.4em "MuseoSans500",Arial,sans-serif;
    -moz-border-radius-topleft: 9px;
    -moz-border-radius-topright: 9px;
    -webkit-border-top-left-radius: 9px;
    -webkit-border-top-right-radius: 9px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    -moz-text-shadow: 1px 1px 0 #dcdcdc;
    -webkit-text-shadow: 1px 1px 0 #dcdcdc;
    text-shadow: 1px 1px 0 #dcdcdc;
}

#header-menu .digium-main-menu #tabValues:hover a.main-menu-tab {
    display: block;
/*     background: url({!URLFor($Resource.tabImageHover)}) center bottom repeat-x ! important; */
    text-decoration: none;
    text-shadow: none;  
    color: white;
    
	background: rgb(232,152,106); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(232,152,106,1) 0%, rgba(234,86,0,1) 34%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,152,106,1)), color-stop(34%,rgba(234,86,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(232,152,106,1) 0%,rgba(234,86,0,1) 34%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(232,152,106,1) 0%,rgba(234,86,0,1) 34%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(232,152,106,1) 0%,rgba(234,86,0,1) 34%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(232,152,106,1) 0%,rgba(234,86,0,1) 34%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8986a', endColorstr='#ea5600',GradientType=0 ); /* IE6-9 */
	    
}

#header-menu .digium-main-menu #tabValues:active a.main-menu-tab {
    display: block;
/*     background: url({!URLFor($Resource.tabImageHover)}) center bottom repeat-x ! important; */
    text-decoration: none;
    text-shadow: none;  
    color: white;
    
    background: rgb(232,152,106); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(232,152,106,1) 0%, rgba(234,86,0,1) 34%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,152,106,1)), color-stop(34%,rgba(234,86,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(232,152,106,1) 0%,rgba(234,86,0,1) 34%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(232,152,106,1) 0%,rgba(234,86,0,1) 34%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(232,152,106,1) 0%,rgba(234,86,0,1) 34%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(232,152,106,1) 0%,rgba(234,86,0,1) 34%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8986a', endColorstr='#ea5600',GradientType=0 ); /* IE6-9 */
     
}



.SearchTextbox{
	border: 1px solid rgb(126, 157, 185); 
	padding: 5px; 
	border-radius: 8px 8px;
}

#tabMenu{
	position:relative;
	float:right;
}

#tabValues{
	float:left;
}

#linkMenu{
	position:relative;
	float:right;
}

#linkValues{
	float:left;
	padding:5px;
	border-right:#666666 solid 1px;
 	padding:0 13px
}

