﻿#menuv li{
color: #005281;
background: #A9ADAF; /* for non-css3 browsers */
background: -o-linear-gradient(#ddd, #aaa);
background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#aaa)); /* for webkit browsers */
background: -moz-linear-gradient(#ddd,  #aaa); /* for firefox 3.6+ */
background: linear-gradient(#ddd, #aaa); /*W3C*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#aaaaaa')"; /* IE8 */

text-shadow: 1px 1px 0px #eeeeee;
}

#menuv li:hover {
color: #EDE9E7;
background: #005281; /* for non-css3 browsers */
background: -o-linear-gradient(#005281, #1c415b);
background: -webkit-gradient(linear, left top, left bottom, from(#005281), to(#1c415b)); /* for webkit browsers */
background: -moz-linear-gradient(#005281,  #1c415b); /* for firefox 3.6+ */
background: linear-gradient(#005281, #1c415b); /*W3C*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#005281', endColorstr='#1c415b')"; /* IE8 */

text-shadow: 1px 1px 0px #848484;
}

#menuv a {
color: inherit;
text-shadow: inherit;
}

#menuv a:hover {
color: inherit;
text-shadow: inherit;
}

#menuv li ul{
left:155px;
}
