<style>
#std-con-nav{            
  /*  height: 20px; */
    line-height: 35px;            
    width: 100%;
}
#std-con-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#std-con-nav li {    
    background: #002a5c;/*#333; */
/*    background-image: -o-linear-gradient(bottom, #222222 0%, #555555 100%);
	 background-image: -moz-linear-gradient(bottom, #222222 0%, #555555 100%);
    background-image: -webkit-linear-gradient(bottom, #222222 0%, #555555 100%);
    background-image: -ms-linear-gradient(bottom, #222222 0%, #555555 100%);    
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #222222),color-stop(1, #555555)); */
 /* background-image: linear-gradient(bottom, #222222 0%, #555555 100%); */
    float: left;
    position: relative;
    width: 205px; 
	
}
#std-con-nav li:first-child, #std-con-nav li:first-child a { 
    -webkit-border-radius: 3px 0 0 3px; 
    -moz-border-radius: 3px 0 0 3px; 
    border-radius: 3px 0 0 3px; 
	height:35px;
}
#std-con-nav li:last-child, #std-con-nav li:last-child a { 
    -webkit-border-radius: 0 3px 3px 0; 
    -moz-border-radius: 0 3px 3px 0; 
    border-radius: 0 3px 3px 0; 
}
#std-con-nav a {                
    border-right: 1px solid #222;
    border-left: 1px solid #555;
    color: #ccc;
    display: block;
    font-size: 14px;
 /*   height: 50px;  */
    overflow: hidden;
    text-align: center;
  /*  text-shadow: 0 -1px 0 #000;    
    -webkit-box-shadow: inset 0 0 10px transparent;
    -moz-box-shadow: inset 0 0 10px transparent; */
}
/*
#std-con-nav a:after {
    background: rgba(255,255,255,.07);
    content: "";
    height: 25px;
    left: 0;
    position: absolute;
    width: 100%;
} */

#std-con-nav li:hover > a {
    background: #002a5c;
    border-left-color: #222;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    -webkit-box-shadow: inset 0 0 10px #111;
    -moz-box-shadow: inset 0 0 10px #111;
    box-shadow: inset 0 0 10px #111;
}
#std-con-nav span {
    position: relative;    
}
/*
#std-con-nav a:active span {
    color: #ffd;
    position: relative;
    top: 5px;
} */

#std-con-nav li:first-child a {
    border-left: none;    
}

#std-con-nav li:last-child a {
    border-right: none;    
}

.dropdown > a span:after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ccc;
    content: "";
    right: -13px;
    position: absolute;
    top: 3px;
}

.dropdown:hover > a span:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    content: "";
    right: -15px;
    position: absolute;
    top: 6px;
}
#std-con-nav ul ul {
    opacity: 0;
    position: absolute;
    top: 35px;
    visibility: hidden;
    width: 0;
    -moz-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out; 
    -ms-transition: all 300ms ease-out; 
    transition: all 300ms ease-out;
}

#std-con-nav ul li:hover ul {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

#std-con-nav ul ul li {
    background: #002a5c;/*#f3f3f3;*/
    float: none;    
    line-height: 0;
    width: 100%;            
}
/*
#std-con-nav ul ul li:nth-child(odd) {
    background: #eee;    
} */

#std-con-nav ul ul li:first-child, #nav ul ul li:first-child a { 
    -webkit-border-radius: 0; 
    -moz-border-radius: 0; 
    border-radius: 0; 
}
#std-con-nav ul ul li:last-child, #nav ul ul li:last-child a { 
    -webkit-border-radius: 0 0 3px 3px; 
    -moz-border-radius: 0 0 3px 3px; 
    border-radius: 0 0 3px 3px; 
}

#std-con-nav ul ul li a {
    border-right: none;
    border-left: none;
    border-top: 1.5px solid #fff;
    color: #fff;
    font-size: 13px;
    height: 36px;
    line-height: 36px;
    padding: 0 0 0 15px;
    text-align: left;
 /*  text-shadow: 0 -1px 0 #eee; */
}
/*
#std-con-nav ul li ul li a:after {
    background: rgba(0,0,0,.02);
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    top: 19px;
    width: 100%;
}   */

#std-con-nav ul ul li a:hover {
    background: #CC66CC;
    color: #111;
    text-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/*
#std-con-nav ul ul a:active span {
    color: #111;
    position: relative;
    top: 1px;
} */



#sport-cult-nav ul { 
    list-style: none;
    margin: 0;
    padding: 0;
	background: #002a5c;
    float: left;
    position: relative;

	width:205px;
}
#sport-cult-nav ul li {
    border-right: none;
    border-left: none;
    border-bottom: 1.5px solid #fff;
    color: #fff;
    font-size: 13px;
    height: 36px;
    line-height: 40px;
    padding: 0 0 0 15px;
    text-align: left;
	font-size:13px;
	padding: 0 0 0 15px;
    text-align: left;
  
	
}
#sport-cult-nav ul li a:hover {
    
    color: #fff;/*#111;
    text-shadow: 0 1px 0 #fff;*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#sport-cult-nav a {                
   color: #ccc;
    display: block;
    font-size: 14px;
 /*   height: 50px;  */
    overflow: hidden;
    text-align: center;
  /*  text-shadow: 0 -1px 0 #000;    
    -webkit-box-shadow: inset 0 0 10px transparent;
    -moz-box-shadow: inset 0 0 10px transparent; */
}
/*
#sport-cult-nav ul li:first-child{ 
    -webkit-border-radius: 0; 
    -moz-border-radius: 0; 
   border-top-right-radius:5px;
border-bottom-right-radius:5px;
}

#sport-cult-nav ul li:last-child { 
    -webkit-border-radius: 0 0 3px 3px; 
    -moz-border-radius: 0 0 3px 3px; 
    border-radius: 0 0 3px 3px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;

}*/





</style>