.menu-top li a{
border-bottom: dotted 1px rgb(0,121,183);
}

.nav1 {
padding:0;
margin:0;
width:200px;
text-indent:10px;
}

.nav1 ul a:visited {
color:rgb(0,121,183);
}

.nav1 ul {
float:left;
font-weight:bold;
}

.nav1 li a {
display:block;
width:200px;
height:3.2em;
float:left;
}

.nav1 ul li {
height:3.2em;
line-height:3.2em;
list-style:none;
font-size:100%;
width:200px;
border-bottom: dotted 1px rgb(0,121,183);
}

.nav1 a:hover, .nav1 li a:hover, .nav1 ul li.menu-child a:hover, .nav1 ul li.menu-first a:hover, .nav1 ul li.menu-last a:hover{
text-decoration:none;
color:rgb(0,121,183);
background-color:rgb(137,179,219);
}

.nav1 ul li.menu-last {
border-bottom: dotted 1px rgb(0,121,183);
}

.nav1 ul li ul li {
text-indent:20px;
}

/* Page Customisations for side menu*/

.nav1 li.menu-current a {
color: rgb(255,255,255);
font-weight:bold;
width:200px;
margin:0;
background-color:rgb(137,179,219);
}

.nav1 ul li ul li.menu-current a {
color: rgb(255,255,255);
font-weight:bold;
width:200px;
text-indent:30px;
background-color:rgb(137,179,219);
}

.nav1 ul li.menu-sibling a {
color: rgb(0,121,183);
font-weight:bold;
width:200px;
text-indent:10px;
border-bottom: dotted 1px rgb(0,121,183);
}

.nav1 ul li ul li.menu-sibling a {
color: rgb(10,88,206);
font-weight:bold;
width:200px;
text-indent:30px;
border-bottom: dotted 1px rgb(0,121,183);
}

.nav1 ul li.menu-expand .menu-child .menu-first a {
color: rgb(0,121,183);
font-weight:bold;
width:200px;
text-indent:10px;
border-bottom: dotted 1px rgb(0,121,183);
}

.nav1 ul li ul li.menu-child a {
color: rgb(10,88,206);
font-weight:bold;
width:200px;
text-indent:30px;
background:none;
border-bottom: dotted 1px rgb(0,121,183);
}

.nav1 ul li.menu-last a{
border-bottom: dotted 1px rgb(0,121,183);
}

.nav1 ul li ul li.menu-last a {
border-bottom: none;
}

.menu-header {
text-transform:uppercase;
line-height: 3.1em;
font-size:110%;
color: rgb(255,255,255);
font-weight:bold;
width:200px;
text-indent:10px;
background-color:rgb(0,121,183);
}
