
#wrapper a {
    text-decoration: none;		
}
ul,
ul ul {				
    list-style: none;
}
ul {	
	padding: 0px;
}
.menu {
    width: auto;
    height: auto;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
}
.menu > li > a {
    background-color: #272f87;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(39,47, 135)),to(rgb(40,48, 140)));
    background-image: -webkit-linear-gradient(top, rgb(39,47, 135), rgb(40,48, 140));
    background-image: -moz-linear-gradient(top, rgb(39,47, 135), rgb(40,48, 140));
    background-image: -o-linear-gradient(top, rgb(39,47, 135), rgb(40,48, 140));
    background-image: -ms-linear-gradient(top, rgb(39,47, 135), rgb(40,48, 140));
    background-image: linear-gradient(top, rgb(39,47, 135), rgb(40,48, 140));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#272f87', EndColorStr='#000091');
    border-bottom: 1px solid #272f87;
    -webkit-box-shadow: inset 0px 1px 0px 0px #878e98;
    -moz-box-shadow: inset 0px 1px 0px 0px #878e98;
    box-shadow: inset 0px 1px 0px 0px #878e98;
    width: 100%;
    height: 2.75em;
    line-height: 2.75em;
    text-indent: 2.75em;
    display: block;
    position: relative;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0,0,0,.5);
}
.menu ul li a {
    background: #fff;
    border-bottom: 1px solid #efeff0;
    width: 100%;
    height: 2.75em;
    line-height: 2.75em;
    text-indent: 5em;
    display: block;
    position: relative;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: 400;
    color: #272f87;
}

.menu > li > a:hover,
.menu > li > a.active {
    background-color: #CCCCCC;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(204, 204, 204)),to(rgb(147, 147, 147)));
    background-image: -webkit-linear-gradient(top, rgb(204, 204, 204), rgb(147, 147, 147));
    background-image: -moz-linear-gradient(top, rgb(204, 204, 204), rgb(147, 147, 147));
    background-image: -o-linear-gradient(top, rgb(204, 204, 204), rgb(147, 147, 147));
    background-image: -ms-linear-gradient(top, rgb(204, 204, 204), rgb(147, 147, 147));
    background-image: linear-gradient(top, rgb(204, 204, 204), rgb(147, 147, 147));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#CCCCCC', EndColorStr='#939393');
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #CCCCCC;
    -moz-box-shadow: inset 0px 1px 0px 0px #CCCCCC;
    box-shadow: inset 0px 1px 0px 0px #CCCCCC;
}
.menu > li > a.active {
    border-bottom: 1px solid #fff;
}

.item1 > a:before {
    background-position: 0 0;
}
.item2 > a:before {
    background-position: -38px 0;
}
.item3 > a:before {
    background-position: 0 -38px;
}

 /*  */
.menu > li > ul li a:before {
    content: "\2023";
    font-size: 20px;
    color: #FF6600;
    position: absolute;
    width: 1em;
    height: 1em;
    top: 0;
    left: -1em;
}

.menu > li > ul li:hover a,
.menu > li > ul li:hover a:before {
    color: #272f87;
}
 /*style for IE */
#IE9 .menu > li > ul li a:before {
    content: "\2023";
    font-size: 8px;
    color: #FF6600;
    position: absolute;
    width: 1em;
    height: 1em;
    top: 0;   
	left: -2em;
}
/*
#IE10 .menu > li > ul li a:before {
    content: "\2023";
    font-size: 8px;
    color: #FF6600;
    position: absolute;
    width: 1em;
    height: 1em;
    top: 0;   
	left: -1em;
}*/
