.horizontalcssmenu ul{
margin: 0;
padding: 0;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;
background-color : #DDDBDE;
}

.rightborder{
display: block;
width: 121px; /*Width of top level menu link items*/
padding: 2px 6px;
border-style:solid;
border-left-width: 0px;
border-right-width: 0px;
text-decoration: none;
color: #D2CEC6;
font: bold 11px Arial, Helvetica, sans-serif;
border-right : 0px !important ;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 121px; /*Width of top level menu link items*/
padding: 8px 6px;
border: 0px solid #202020;
border-style:solid;
border-left-width: 0px;
border-right-width: 1px;
text-decoration: none;
color: black;
font: bold 11px Arial, Helvetica, sans-serif;;
}

/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
text-align: left;
border-top: 1px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 160px; /*width of sub menu levels*/
font-weight: normal;
padding: 6px 5px;
background: #DDDBDE;
border-width: 0 1px 1px 1px;
float:left;
}

.horizontalcssmenu ul li a:hover{
background-color: #AAD4FF;
}

.horizontalcssmenu ul li ul li a:hover{
background-color: #AAD4FF;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}

/* This is for the right end 'li' menu item. */
.right{
position: relative;
display: inline;
float: left;
background-color : #DDDBDE;
-moz-border-radius-topright:5px;
-webkit-border-top-right-radius:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-bottom-right-radius:5px;
}

/* This is for the left end 'li' menu item. */
.left{
position: relative;
display: inline;
float: left;
background-color : #DDDBDE;
-moz-border-radius-topleft:5px;
-webkit-border-top-left-radius:5px;
-moz-border-radius-bottomleft:5px;
-webkit-border-bottom-left-radius:5px;
}
/* This is for the on page presence for left end 'li' menu item. */
.onpage_right{
position: relative;
display: inline;
float: left;
background-color : #D4D0C8;
-moz-border-radius-topright:5px;
-webkit-border-top-right-radius:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-bottom-right-radius:5px;
}

/* This is for the on page presence for right end 'li' menu item. */
.onpage_left{
position: relative;
display: inline;
float: left;
background-color : #D4D0C8;
-moz-border-radius-topleft:5px;
-webkit-border-top-left-radius:5px;
-moz-border-radius-bottomleft:5px;
-webkit-border-bottom-left-radius:5px;
}

/* This is for the on page presence for rest 'li' menu item. */
.onpage{
position: relative;
display: inline;
float: left;
background-color : #D4D0C8;
-moz-border-radius-topright:5px;
-webkit-border-top-right-radius:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-bottom-right-radius:5px;
}

/* On current page CSS.*/
.current_page{
background-color: #AAD4FF !important;
}

/* On current page left CSS.(for curved menus)*/
.current_page_left{
background-color: #AAD4FF ;
-moz-border-radius-topleft:5px ;
-webkit-border-top-left-radius:5px;
-moz-border-radius-bottomleft:5px ;
-webkit-border-bottom-left-radius:5px;
}

/* On current page right CSS.(for curved menus)*/
.current_page_right{
background-color: #AAD4FF !important;
-moz-border-radius-topright:5px;
-webkit-border-top-right-radius:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-bottom-right-radius:5px;
}