/* 
	WordPress Menubar Plugin
	b-blue.css stylesheet for the Basic template
*/

.cloud-box {
	margin: 0px 20px 0px 20px;
	padding-top: 5px; 
	padding-right: 0px; 
	padding-bottom: 5px; 
	padding-left: 30px;
	line-height: 20px;
	font-size: 20px;
	font-weight: bold;
	background: #fff;
	border: 1px solid #fff;
	-moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px;
	}

.cloud-box a, 
.cloud-box a:visited {
	padding-top: 3px; 
	padding-right: 10px; 
	padding-bottom: 3px; 
	padding-left: 10px; 
	color: #666;
	text-decoration: none;
	background: #fff;
	border: 1px solid #fff;
	-moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px;
	}

.cloud-box a:hover {
	color:#333;
	text-decoration: none;
	background:#f2f2f2 url(http://codewithdesign.com/wp-content/themes/clouds/images/br_corner_cloud.png) bottom right no-repeat;
	border: 1px solid #ddd;
	-moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px;
	
	}

.cloud-box a.selected, 
.cloud-box a.selected:visited {
	color: #666;
	background: #fff;
	border: 1px solid #ddd;
	-moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px;
	}

.cloud-box a.selected:hover {
	color: #000;
	text-decoration: none;
	background: ##ffcc99;
	border: 1px solid #ddd;
	-moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px;
	}

