/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

body.custom {
    background: #E6E6E6 100% 0 repeat;
}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
}

.custom #page {
    background: #fff;
border-radius:5px;
}

/* nav menu color change*/

.custom .menu   { background-color: #005500;
border-top: 0.1em solid #FFFFFF;
}

.custom .menu li a {text-transform: capitalize;
font-weight: bold;
}

.custom ul#addmenu {
height: 25px;
background:#005500 none repeat scroll 0 0;
padding-top: 10px;
width: 100%;
}

body.custom a:hover { 
color: #005500; 
}
