nav { 
}

.menu-item { 
}
.menu-itema { 
}

/*Menu Header Styles*/

 

.menu-item h4 {  
font-family:Arial, Helvetica, sans-serif;   
font-size: 12px;
font-weight: bold; text-transform:none; 
color: #999999; 
line-height: 30px;
padding-left: 20px;
margin: 0px; margin-top:-1px; 
 
display: block;
padding-top: 2px;
padding-bottom: 2px;
background-image: url(../images/nv_bg.jpg);
background-repeat: repeat-x;
font-weight: bold;border-bottom:solid 1px #cccccc;border-top:solid 1px #cccccc;
}
.menu-itema h4 {
font-family:Arial, Helvetica, sans-serif;   
font-size: 12px;
font-weight: bold; text-transform:none; 
color: #999999; 
line-height: 28px;
padding-left: 20px;
margin: 0px; 
display: block;
padding-top: 2px;
padding-bottom: 2px;
background-image: url(../images/nav_bg.jpg);
background-repeat: repeat-x;
font-weight: bold;
}

.menu-itema h4:hover  {
font-family:Arial, Helvetica, sans-serif;   
font-size: 12px;
font-weight: bold; text-transform:none; 
color: #999999; 
line-height: 30px;
padding-left: 20px;
margin: 0px; 
display: block;
padding-top: 2px;
padding-bottom: 2px;
background-image: url(../images/nav_bg.jpg);
background-repeat: repeat-x;
font-weight: bold;
}
 
.menu-item h4:hover {  
font-family:Arial, Helvetica, sans-serif;   
font-size: 12px;
font-weight: bold; text-transform:none; 
color: #fff; 
line-height: 30px;
padding-left: 20px;
margin: 0px; 
display: block;
padding-top: 2px;
padding-bottom: 2px;
background-image: url(../images/nav_bg.jpg);
background-repeat: repeat-x;
font-weight: bold;

/* IE6-9 */

}
.menu-itema {  
background: #cc002c; /* Old browsers */
background: -moz-linear-gradient(top,  #cc002c 0%, #6d0019 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc002c), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cc002c 0%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cc002c 0%,#6d0019 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cc002c 0%,#6d0019 100%); /* IE10+ */
background: linear-gradient(top,  #cc002c 0%,#6d0019 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc002c', endColorstr='#6d0019',GradientType=0 );
/* IE6-9 */


}

.menu-item h4 a { 
display: block;
text-decoration: none;
width: 200px;
}
.menu-itema h4 a {
color: white;
display: block;
text-decoration: none;
width: 200px;
}

/*ul Styles*/
.menu-item ul {
background: #fff;
font-size: 13px;
line-height: 30px;
height: 0px;
list-style-type: none;
overflow: hidden;
padding: 0px;

/*Animation*/
-webkit-transition: height 1s ease;
-moz-transition: height 1s ease;
-o-transition: height 1s ease;
-ms-transition: height 1s ease;
transition: height 1s ease;
}
.menu-itema ul {
background: #fff;
font-size: 13px;
line-height: 30px;
height: 0px;
list-style-type: none;
overflow: hidden;
padding: 0px;

/*Animation*/
-webkit-transition: height 1s ease;
-moz-transition: height 1s ease;
-o-transition: height 1s ease;
-ms-transition: height 1s ease;
transition: height 1s ease;
} 
.menu-item:hover ul {
height: 200px;
}


.menu-itema ul {
height: 200px;

}

.menu-item ul a {
margin-left: 10px;
text-decoration: none;
color: #525252;
display: block;
width: 200px;
}
.menu-itema ul a {
margin-left: 10px;
text-decoration: none;
color: #525252;
display: block;
width: 200px;
}



.menu-item ul a:hover {
margin-left: 20px;
text-decoration: none;
color: #fff;
display: block;
width: 200px;
}
.menu-itema ul  a:hover {
margin-left: 20px;
text-decoration: none;
color: #fff;
display: block;
width: 200px;
}

/*li Styles*/
.menu-item li {
border-bottom: 1px solid #eee;
}
.menu-itema li {
border-bottom: 1px solid #eee;
}

.menu-item li:hover {
background: #dc1917; color:#FFFFFF;
}
.menu-itema li:hover {
background: #dc1917; color:#FFFFFF;
}

/*First Item Styles*/
.alpha p {
padding: 8px 12px;
color: #aaa;
}

.alpha p a {
color: #aaa;
font-style: italic;
}

.alpha p a:hover {
color: #fff;
}